.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;

    #circle-play-b {
        cursor: pointer;
        pointer-events: auto;

        svg {
            width: 100px;
            height: 100px;
            fill: #fff;
            stroke: #fff;
            cursor: pointer;
            background-color: rgba(black, 0.2);
            border-radius: 50%;
            opacity: 0.9;
        }
    }
}

.mentor-card {
    background: white;
    border-radius: 20px;
    width: 400px;
    padding: 25px 25px 50px 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.mentor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.mentor-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 20px;
}

.mentor-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mentor-title {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.view-profile-btn {
    border: 1px solid #0057b2;
    border-radius: 10px;
    padding: 7px 13px;
    background-color: #0057b2;
    color: #fff;
    width: 100%;
    margin-top: 20px;
}

.view-profile-btn:hover {
    border: 2px solid #0057b2;
    background-color: transparent;
    color: #0057b2;
}

.services {
    background-color: #f2f1ee;
    padding: 150px 0px 50px;
    text-align: center;
}

.services h1 {
    color: black;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3em;
}

.services p {
    font-size: 24px;
    line-height: 1.583em;
    width: 65%;
    margin: 0 auto;
    color: #666;

}

.card {
    background-color: #f2f1ee !important;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.zoom-img {
    overflow: hidden;
    cursor: pointer;
}

.zoom-img img {
    transition: transform 0.3s ease;
}

.zoom-img:hover img {
    transform: scale(1.05);
}

.services-cards h5 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-cards p {
    margin-bottom: 18px;
    color: #6b6b6b;
    font-size: 17px;
    line-height: 30px;
}

.services-cards a {
    font-size: 16px;
    color: black;
}

.underline-wrapper {
    background-color: #b1b1b1;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.underline {
    background-color: #020202;
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
}

.zoom-img:hover .underline {
    transform: scaleX(1);
}

.link-underline-wrapper {
    color: #020202;
    font-weight: 700;
    line-height: 1.111em;
    display: inline-block;
}

.services{
    padding-bottom: 10px!important;
}

@media only screen and (max-width: 400px) {
    .services h1 {
        font-size: 40px;
        line-height: 1.0em;
    }

    .services p {
        font-size: 20px;
        line-height: 1.583em;
        width: 75%;
        margin: 0 auto;
        color: #666;
    }

    .services-cards h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-cards p {
        margin-bottom: 18px;
        color: #6b6b6b;
        font-size: 15px;
        line-height: 24px;
    }

    .services{
        padding-bottom: 0px!important;
    }

    .card-img, .card-img-bottom, .card-img-top{
        height: 244px;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .services h1 {
        font-size: 43px;
        line-height: 1.0em;
    }

    .services p {
        font-size: 20px;
        line-height: 1.583em;
        width: 80%;
        margin: 0 auto;
        color: #666;
    }

    .services-cards h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-cards p {
        margin-bottom: 18px;
        color: #6b6b6b;
        font-size: 15px;
        line-height: 24px;
    }

    .services{
        padding-bottom: 0px!important;
    }

    .card-img, .card-img-bottom, .card-img-top{
        height: 244px;
    }
}

@media screen and (min-width: 600px) and (max-width:768px) {
    .services h1 {
        font-size: 43px;
        line-height: 1.0em;
    }

    .services p {
        font-size: 20px;
        line-height: 1.583em;
        width: 80%;
        margin: 0 auto;
        color: #666;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .services h1 {
        font-size: 45px;
        line-height: 1.0em;
    }

    .services p {
        font-size: 22px;
        line-height: 1.583em;
        width: 80%;
        margin: 0 auto;
        color: #666;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .services h1 {
        font-size: 45px;
        line-height: 1.0em;
    }

    .card-img, .card-img-bottom, .card-img-top{
        height: 330px;
    }
}